Skip to content

Adopt sanitizers from @score_cpp_policies#182

Draft
RSingh1511 wants to merge 3 commits intoeclipse-score:mainfrom
RSingh1511:rs/swp-249901
Draft

Adopt sanitizers from @score_cpp_policies#182
RSingh1511 wants to merge 3 commits intoeclipse-score:mainfrom
RSingh1511:rs/swp-249901

Conversation

@RSingh1511
Copy link

No description provided.

cc_test(
name = "tsan_fail_data_race",
srcs = ["tsan_fail_data_race.cpp"],
# Re-package suppressions from @score_cpp_policies for integration testing
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why re-package here?
OK in case the repo has its own suppressions..?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-packaging is needed for integration tests running in Docker so the suppression files from @score_cpp_policies are available at /sanitizers/suppressions/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have a way to specify our suppressions in this repository. There might be some that can be centralized (stdlib ones for example) but we will likely have some here that are exlusive to this repository.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added repo-specific suppression files that merge with centralized ones from @score_cpp_policies in integration tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants